From 62090dc5c327476a1d3943095d4f272e90bace66 Mon Sep 17 00:00:00 2001 From: "robertlipe@gmail.com" Date: Sun, 13 Jan 2013 19:04:36 +0000 Subject: [PATCH] Improve internal doc for Makefile. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4236 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/Makefile.in | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/gpsbabel/Makefile.in b/gpsbabel/Makefile.in index 1c8df289a..266bb20c3 100644 --- a/gpsbabel/Makefile.in +++ b/gpsbabel/Makefile.in @@ -1,3 +1,11 @@ +# +# Build file for GPSBabel. +# Makefile is generated from Makefile.in by autoconf which does several +# text substitutions such version numbers and object paths for us. +# +# We rely on very few fancy features of make so the exact version probably +# doesn't much matter. GNU Make 3.81 seems a reasonable target. + srcdir = @srcdir@ VPATH = @srcdir@ -- 2.30.2